summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5cad3ab..3ab8a28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,9 +29,11 @@ exclude = '''
'''
[tool.isort]
+# These settings ensure that black and isort don't disagree on the imports.
line_length = 88
multi_line_output = 3
include_trailing_comma = true
+
known_first_party = ['glucometerutils']
known_third_party = ['construct', 'hidapi', 'pyserial', 'pyscsi']